-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Docker to 19.03.6 #6618
Conversation
runc v1.0.0-rc10 containerd v1.2.12
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any chance could have same version in Dockerfile for kicbase image?
You seem to be installing FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends docker.io https://packages.ubuntu.com/eoan/docker.io (currently So still the same major version (from last year), but a few minor versions behind. |
Codecov Report
@@ Coverage Diff @@
## master #6618 +/- ##
==========================================
- Coverage 37.56% 37.51% -0.06%
==========================================
Files 138 138
Lines 8779 8792 +13
==========================================
Hits 3298 3298
- Misses 5065 5080 +15
+ Partials 416 414 -2
|
@medyagh : supposedly you could switch repositories, from ubuntu to docker ? https://docs.docker.com/install/linux/docker-ce/ubuntu/ sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable" That will get you the newer versions:
|
Including:
https://docs.docker.com/engine/release-notes/#19036